|
Neurosis Engine
|
#include <custom.h>
Public Member Functions | |
| int3 (int initX=0, int initY=0, int initZ=0) | |
| ~int3 () | |
| Constructor/Deconstructor. | |
| int3 | operator+ (int3 rhs) |
| int3 | operator- (int3 rhs) |
| int3 | operator* (int rhs) |
| int3 | operator* (int3 rhs) |
| int3 | operator/ (int rhs) |
| int3 | operator/ (int3 rhs) |
| void | operator= (int3 rhs) |
| bool | operator== (int3 rhs) |
| bool | operator!= (int3 rhs) |
| Operators. | |
Public Attributes | |
| int | x |
| int | y |
| int | z |
| int3::int3 | ( | int | initX = 0, |
| int | initY = 0, |
||
| int | initZ = 0 |
||
| ) |
| int3::~int3 | ( | ) |
Constructor/Deconstructor.
| bool int3::operator!= | ( | int3 | rhs | ) |
Operators.
| int3 int3::operator* | ( | int | rhs | ) |
| int3 int3::operator/ | ( | int | rhs | ) |
| void int3::operator= | ( | int3 | rhs | ) |
| bool int3::operator== | ( | int3 | rhs | ) |
| int int3::x |
| int int3::y |
| int int3::z |
1.7.6.1